@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i');

html {
    min-height: 100%;
    position: relative;
}

body {
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    font-size: 12px;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    line-height: 1.6;
    color: #333333;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;

}

* {
    outline: none;
    border: none;
}
a img {
    border:none;
}

a img: hover {
    border: 2px solid red;
}

h1, h2, h3, h4, h5, h6 {
    color:#2c6e9e;
    margin:0 0 10px 0;
    font-weight:bold;
}

h1 {
    font-size: 24px;
}

h2 {
    font-size: 21px;
}

h3 {
    font-size: 19px;
}

h4 {
    font-size: 17px;
}

h5 {
    font-size: 16px;
}

h6 {
    font-size: 14px;
}

p {
    font-size: 15px;
    color: #929292;
    margin-top: 0;
    margin-bottom:15px;
}

a {
    color:#1571b5;
}

a:hover {

    color: #2c6e9e;
   /* text-decoration:underline;*/
}

a, a > * {
    font-family: inherit;
    text-decoration: none;
    -webkit-transition: background-color .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out;
    -moz-transition: background-color .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out;
    -ms-transition: background-color .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out;
    -o-transition: background-color .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out;
    transition: background-color .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out;
}

.button, input[type="submit"], button {
    background: #123b44;
    color: #fff;
    cursor: pointer;
    height: auto;
    overflow: visible;
    padding: 5px 20px 6px 20px;
    border-radius:3px;
    -webkit-transition: background-color .3s ease;
    -moz-transition: background-color .3s ease;
    -ms-transition: background-color .3s ease;
    -o-transition: background-color .3s ease;
    transition: background-color .3s ease;
    width: auto;

}

.bi-youtube{
    color: red;

}

.bi-youtube:hover{
    color: red;

}


.bi-facebook{
    color: #3b5998;

      }

.fb-sociales{
    color: #fff;

      }

.bi-facebook:hover{
    color: #3b5998;

      }

.bi-instagram:hover{
    color: #ff005a;

      }
.bi-linkedin:hover{
    color: #0074A1;

      }

.bi-whatsapp:hover{
    color: #43d854;

      }


.bi-twitter:hover{
    color: rgb(29 161 242);

      }

.btn-busca {
    color: #fff;
    background-color: #314035;
    border-color: #314035;
}

.btn-buscar {
    color: #ffff;
    background-color: #2c6e9e;
    border: 2px #fff;
    padding: 5px 15px 6px 15px;

   /* Rosadear 
    background-color: #f24e95;
    border-color: #f24e95;*/

}
.btn-buscar:hover {
    color: #2c6e9e;
    background-color: #fff;    
    border-color: #fff;
}

.bi-search{
    color:#fff;
}
.bi-search:hover{
    color:#2c6e9e;
    font-weight: 800;

}


.img-sli{
width: auto;
height: auto;

}

@media only screen and (max-width: 576px) {
    .img-sli{
    width: 100%;
    height: 100%;

    }

    .juicio-oral{

        width: 100%;
        height: 300%;
        position: absolute;

    }


}



.hover-boton a:hover{
    color: #fff !important;
    background-color: #4b697f !important;
}

.title-bg {
    font-weight: bold;
    /*background: #2d92a8;*/
    background: #6287a2;
    padding: 7px;
    border-radius: 6px;
    color: #ffffff;   
    border-bottom: 2px solid  #123b44 !important;
}


 .vivo{
    background: #b71f1f;
}

.bg-blue {
    /*background: #465f6e;*/
    background: #314035;
}

.bg-red {
    background: #065819;
}

.bg-white {
    background: #ffffff;
    box-shadow: 0 0 50px #000;
}

.bg-gris{
    background: #b9c3c8;
}
.bg-color1 {    
    background: #57dec7;
}

.bg-color2{
    background: linear-gradient(to bottom,#0b88c2 0%,#01527f 100%);
    /* Rosadear 
    background: #f24e95;*/
}

.bg-color3{
    background: #0b7a75;
   
}

.bg-color4{
    background: #a2999e;
}
.bg-color5{
    background: #1f2c35;
}

.bg-footer{

background: linear-gradient(to bottom,#0b88c2 0%,#01527f 100%);
}



.form-control {
    height: 30px;
}
.buscar-form-control {
    height: 23px !important;
    border-radius: 2px !important;
    font-size: 13px;
}




.col-pjsdg {
    padding-right: 0px !important;
    
}


a:hover,
a:active,
a:focus {
    outline: none !important;
    text-decoration: none !important;
}

header {
    background: #ffffff;
}

header figure{
    margin: 20px 0 !important;

}

.logo {

    
    max-width:  250px;
    max-height: 170px;

}

.logos{

align-items: center;
margin: auto;
text-align: center;

}

.logo_secunadrio {

    width: 210px;
    max-height: 140px;
    display: block;
    margin: auto; 
}
.logo-pie {

    max-width: 100%;
    max-height: 100%;
    display: block;
    margin: auto; 
}


@media (max-width: 768px) {
    .logo {
        width: 100%;
        height: auto;
    }

    .logo_secunadrio {
        width: 100%;
        height: auto;
    }
}

nav {
    padding: 20px 0;
}

.navbar {
    padding: 0;
}

.navbar-light .navbar-nav .nav-link {
    color: #FFF;
    /*font-family: 'Open Sans', Arial, sans-serif;*/
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    padding: 10px 22px;
    font-weight: bold;
}

.nav-item{
    border-right: solid 1px #ffffff;
}



.navbar-light .navbar-nav .nav-link:hover {
    color: #fff;
    background: rgba(0,0,0,.2);
    text-decoration: none;
}

.dropdown-menu {
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#0b88c2),color-stop(100%,#01527f));
    color: #ffffff;
    border-radius: 0;
    border: 0;
    box-shadow: 0px 3px 6px 0px rgba(181, 181, 181, 0.5);
    padding: 0;
    margin-top: 0;
}

.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, 
.navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
    color: #1571b5;
    
}

.dropdown-item {
    color: #ffffff;
    color: rgba(0,0,0,.2);
    font-size: 13px;
    padding: 10px 25px;
}

.dropdown-item:focus, .dropdown-item:hover, .dropdown-item:active {
    color: #fff;
    font-weight: 600;
    text-decoration: none;
    background: rgba(0,0,0,.2);
}


.dropdown-menu >li > ul  {
  
    width: 240px;
    left: -240px;
    top: 0;
}


.dropdown-menu >li :before  >ul {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}





#info h2 {
    color: #000000;
    text-transform: uppercase;
    text-align: center;
}

#info .gradient{
    width: 100%;
    height: 3px;
    background: radial-gradient(#DADADA, #ffffff);;
}

#info p {
    color: #000000;
    text-align: justify;
    font-family: 'Lato', sans-serif;
}

#dealer {
    padding: 0;
}

#dealer h2 {
    color: #000000;
    text-transform: uppercase;
    text-align: center;
}

#dealer .gradient{
    width: 100%;
    height: 2px;
    background: radial-gradient(#00000036, #ffffff);
}

#dealer p {
    text-transform: uppercase;
    text-align: center;
    color: #000000;
    font-size: 18px;
    padding: 50px;
    margin: 0;
    font-family: 'Lato', sans-serif;
}

#dealer p b {
    color: #fe2222;
}

#dealer .box{
    border: none;
}

#contact {
    padding: 0;
}

#contact h2 {
    color: #000000;
    text-transform: uppercase;
    text-align: center;
    padding: 50px;
    margin: 0;
}

#contact .gradient{
    width: 100%;
    height: 2px;
    background: radial-gradient(#00000036, #ffffff);
}

#contact input[type=text], #contact input[type=email], #contact textarea {
    border-radius: 0;
    height: 40px;
    border: solid #00000073 1px;
    background: #EFFFFE;
    margin-bottom: 15px;
}

#contact textarea {
    height: 300px;
    background: transparent;
}

#contact button {
    background: #000000;
    color: #ffffff;
    padding: 10px;
    float: right;
    margin-bottom: 20px;
}

#product {
    background: linear-gradient(#2296C5, #2CADAA);
    padding: 25px 0 15px 0;
}

#product img {
    background: #ffffff;
    border-radius: 50%;
    padding: 10px;
}

#product .nav-link{
    padding: 0;
}

#product h5 {
    margin: 0;
    margin-top: 10px;
    color: #ffffff;
    font-size: 12px;
    text-align: center;
    font-weight: normal;
    text-transform: capitalize;
}

#product_info h2 {
    color: #000000;
    text-transform: uppercase;
    text-align: left;
    font-size: 21px;
}

#product_info .gradient{
    margin: 25px 0;
    width: 100%;
    height: 2px;
    background: radial-gradient(#00000036, #ffffff);
}

#product_info .box{
    border: none;
    padding: 0;
}

#product_info h3 {
    color: #000000;
    text-transform: uppercase;
    font-size: 19px;
}

#product_info p {
    color: #7C7978;
    text-align: justify;
    font-family: 'Lato', sans-serif;
}

#product_info ul {
    padding: 0;
    padding-left: 15px;
    color: #7C7978;
    text-align: justify;
}

.intrinsic-container {
    position: relative;
    height: 0;
    overflow: hidden;
    margin-bottom: 10px;
}

button:focus {
    outline: none;
}

.navbar-toggler-icon{

color: #fff;
}

.navbar-toggler{

    color: #ffff;
    
    background-color: #19535f;


}

.col-left .col-sm-12 {
    margin-bottom: 10px;
}

.col-left ul {
    padding: 0;
    margin: 0;
}

.col-left ul li {
    margin: 5px 0;
    list-style-type: none;
}

.col-left ul li a {
    color: #222222;
    font-size: 14px;
}

.col-left ul li a:hover {
    color: #367ba5;
}

.col-left img {
    width: 100%;
}

.col-right .col-sm-12 {
    margin-bottom: 10px;
}

.col-right ul {
    padding: 0;
    margin: 0;
}

.col-right ul li {
    margin: 5px 0;
    list-style-type: none;
}

.col-right ul li a {
    color: #222222;
    font-size: 14px;
}

.col-right ul li a:hover {
    color: #367ba5;
}

.col-right img, .col-left img {
    width: 100%;
    margin-bottom: 5px;
}

footer ul {
    padding: 0;
    margin: 0;
}

footer ul li {
    margin: 0;
}

footer ul li a {
    color: #222222;
    
}



footer h5 {
    margin-top: 13px;
}
footer p {
    font-size: 10px;
}

.footer-social {
    bottom: 0;
    position: absolute;
    padding-block-end: 10px;
    align-content: center;
    margin-left: 15px;
    border-top: 1px #fff;
   
}


.footer-social  a{

    flex-shrink: 0;
    width: auto;
    padding-right: unset;
    padding-left: unset;
}


.pie {
font-size: 12px;
}

.social-header {
    padding: 2.5px;
    background: #fff;
    font-size: 22px;
    border-radius: 5px;
    margin: 1px;
    width: 30px;
    height: auto;
    padding: 1px 5px 1px 5px;
    
}

@media (max-width: 768px) {

    .footer-social {
        position: relative;
        bottom: 0;
        padding: 12px;
    }

}

.cms img {
    width: 100%;
}
.cms: hover{
opacity: 0.5;
}

.cms img:hover{
opacity: 0.5;
}


.cms p {
    line-height: 16px !important;
    font-size: 14px !important;
    color: #666666;
}

.breadcrumb {
    background: linear-gradient(to bottom, rgba(234,234,234,1) 0%, rgba(255,255,255,1) 100%);
    border-radius: 0;
}

.cms ul {
    padding: 0;
    margin: 0;
}

.cms ul li {
    list-style-type: none;
    margin: 10px 0;
}

.title-news {
    color: #666;
    font-size: 15px;
    font-weight: 500;
}

a:hover,
a:active,
a:focus {
    outline: none !important;
    text-decoration: none !important;
}
.breadcrumb { margin-bottom: 0;}
.breadcrumb li {font-size: 14px;}
.breadcrumb a {color: rgba(66, 139, 202, 1); margin-right: 5px;}
.breadcrumb a:hover {color: rgba(42, 100, 150, 1);}
.breadcrumb > .active {color: rgba(153, 153, 153, 1);}
.breadcrumb > li+li:before {color: rgba(204, 204, 204, 1); content: "\002F\00a0";}

.dropdown:hover > .dropdown-menu {
    display: block;
}

.dropdown > .dropdown-toggle:active {
    /*Without this, clicking will make it sticky*/
    pointer-events: none;
}

.navbar-light .navbar-brand {
    display: none;
}


.form-control-sm, .input-group-sm>.form-control, .input-group-sm>.input-group-append>.btn, .input-group-sm>.input-group-append>.input-group-text, .input-group-sm>.input-group-prepend>.btn, .input-group-sm>.input-group-prepend>.input-group-text {
    padding: .25rem .5rem;
    /*font-size: .875rem;*/
    line-height: 1.5;
    border-radius: .2rem;
}

.image_header{
    width: 600px;
    max-width: 100%;
    max-height: 125px;

}

/*menor que 1200 px*/
@media only screen and (max-width: 1200px) {
  /* For mobile phones: */
  [class*="image_header"] {
    max-width: 100%;
    max-height: 85px
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  [class*="logo"] {
    
    max-width: 100%;

    display: block;
    margin-left: auto;
    margin-right: auto;
  }
[class*="input-group"] {
  
    margin-left: auto;
    margin-right: auto;
  }

[class*="carousel, slide"] {

    max-width: 100%;
    max-height: 100%;  
    margin-left: auto;
    margin-right: auto;
  }



}


.btn-noticias {
    border: 2px solid;   
    border-color: #4b697f; 
    color: #4b697f;
    font-weight: 600;
    
    
}
.btn-noticias: hover{
    border: 2px solid;   
    border-color: #4b697f; 
    color: #fff;
    font-weight: 600;
    
    
}


.btn_enviar{
    border: 2px solid;   
    border-color: #4b697f; 
    color: #fff !important;
    font-weight: 600;

}


 .social {
                padding: 5px;
                background: #fff;
                color: #465f6e;
                font-size: 30px;
                border-radius: 5px;
                margin: 1px;
                width: auto;
                height: auto;
            }



footer{
    background: white;

   /* -webkit-gradient(linear,left top,left bottom,color-stop(0%,#0b7a75),color-stop(100%,#19535f));

    Colorear
    
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#f03687),color-stop(100%,#f24e95));
   */

}


.menu {
    list-style: none;
    padding-left: 1px;
}


.contenido{

text-align: justify;

}

p {

text-align: justify;
font-size: 15px;
color:  #19535f;
font-weight: 500;
}


img-pag{

max-height: 640px;
max-height: 230px;
}




.costados {

  list-style-type: none;
  list-style : none;
  text-decoration: none;
  padding: 2px;
  font-size: 14px;
}

.icon span{

    height: 9px;
    width: 9px;
    position: absolute;
    top: 7px;
    
}

.icon{
color: #1571b5 ;
font-weight: 600;

}

.bi-estrella{

    color: #1571b5;
}

.bi-geo-alt-fill{

color: #4b697f;
height: 30px;
width: 30px;

top: 7px;

}



.bi-geo-alt-fill: hover{

color: #fff;
background: #4b697f;
height: 30px;
width: 30px;


}




td {
padding-bottom: 18px;
font-size: 16px;

}


.camposContacto {

border: solid 1px;
border-radius: 8px;
padding-bottom: 10px;
border-color: #4b697f;
width: 100%;
direction: ltr;

}



.camposetiqueta{

font-size: 16px;
font-weight: 600;

}



.listapie {

  list-style-type: none;
  list-style : none;
  text-decoration: none;
  padding: 1px;
  font-size: 10px;
  color: #fff;
  
}

.listapie  > a:link, .listapie  > a:visited, .listapie  > a:hover, .listapie  > a:active {

color: #FFF;


}

.listapie >h5{
color: white;
margin-left: 0px;
}

div >.pielista{
border-left: 1px solid #34779c;

}

.fila-pie{

    border-top: 1px solid #34779c;
    
    margin-left: 0;
}

textarea:focus, input:focus, input[type]:focus {
    border-color: rgb(25, 83, 95);
    box-shadow: 0 1px 1px rgba(229, 103, 23, 0.075)inset, 0 0 8px rgba(25,83,95,0.6);
    outline: 1px none;
}

.formulario-contacto{

display: flex;
flex-direction: column;
align-items: center;
}


.Mapa-sitio {

  list-style-type: tigre;
  list-style : tigre;
  text-decoration: none;
  padding: 2px;
  font-size: 15px;
  padding-left: 20px;
}

.sitio22{
    padding-left: 35px;
    

}

.bi-arrow-right{
color: #4b697f;

}

.bi-arrow-right : hover{
color: #fff;
}



.carousel-indicators li{
    position:relative;
    -webkit-box-flex:0;
    -ms-flex:0 1 auto;
    flex:0 1 auto;
    width:18px;
    height:3px;
    margin-right:3px;
    margin-left:3px;
    
    width: 35px;
    height: 16px;
    margin: 0 5px;
    outline: 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;

    display: inline-flex;
    list-style:none;
    margin-top: 5px;
    justify-content:center;
    font-size: 14px;   
    cursor: pointer;
    align-items: center;
    
    font-weight: 600;


    background-color:#fff;
    color: #1571b5;
    border: 2px solid;
    border-color: #1571b5;


}


.carousel-indicators{
    position:relative;
    right:0;
    bottom:10px;
    left:0;
    z-index:15;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
    padding-left:0;
    margin-top: 10px;
    list-style:none;
    text-indent: -999px;
    color:red;
}



.carousel-indicators .active{
        background-color:#1571b5;
        color:#fff;

    }



.page-numbers{

  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .page-numbers {
      transition: none; } }
  .page-numbers:hover {
    color: #212529; }
  .page-numbers:focus {
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25); }
  .page-numbers:disabled, 
  fieldset:disabled
  .page-numbers {
    pointer-events: none;
    opacity: 0.65; }
 border: 2px solid;   
    border-color: #4b697f; 
    color: #4b697f;
    font-weight: 600;
 }

.page-numbers: hover{
 border: 2px solid;   
    border-color: #4b697f; 
    color: #fff;
    font-weight: 600;
}






/* Codigos de Noticias Relacionadas */

.rel_posts {
  border-top: 1px dotted gray;
  padding-top: 20px;
}
.rel_posts:after {
  content: "";
  display: block;
  margin-bottom: 10px;
  padding-bottom: 10px;
  clear: both;
}
.rel_posts ul {
  width: 100%;
}
.rel_posts ul li {
  list-style: none;
  width: 28%;
  float: left;
  margin-left: 20px;
}


.rel_posts ul li :hover{
opacity: 0.7; /*efecto transparente*/
}

.rel_posts ul li .title_rel {
  display: block;
  padding: 4px;
  font-size: 14px;
  font-weight: 550;
  color: #4b697f;
}
.rel_posts ul li .title_rel:hover{
background: #4b697f;
color: #fff;

}
@media only screen and (max-width: 600px) {
  .rel_posts ul li {
    width: 60%;
    margin-left: 15px;
    margin-bottom: 15px;
  }
  .rel_posts ul li:nth-child(odd) {
    clear: both;
  }
}

.thumb_rel > img{

    width:100%;
    height: auto;

}

.li_relacionadas{

    padding:10px;
    width:25%; /*Establecemos el ancho en % de los ítems*/
    box-sizing: border-box;

}

.ul_relacionadas{

    max-width: 1200px;
    margin: auto;
    display: flex; /*Establecemos la flex al contenedor*/
    flex-wrap: wrap; /*wrap para que los ítems sobrantes se desplacen a otra fila*/

}


/*compartir redes sociales*/



.dc-link:hover,.dc-link:active {
    color: white;
}
 
.dc-twitter {
    background: #00aced;
    
}

.dc-twitter:hover,.dc-twitter:active {
    background: #fff;
    border: 1px solid ;
    border-color: #00aced;

}
 
.dc-facebook {
    background: #3b5998;
    transition: 0.5s all ease-in-out;
}
 
.dc-facebook:hover,.dc-facebook:active {
   
    background: #fff;
    border: 1px solid ;
    border-color: #3b5998;
}
 
.dc-instagram {   

    background: radial-gradient(circle at 80% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%); 
   
    background: -webkit-radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
     
}
 
.dc-instagram:hover,.dc-instagram:active {
    
    background: #fff;
    border: 1px solid ;
    border-color: #ff005a
}
 

.dc-whatsapp {
    background: #43d854;
    
}
 
.dc-whatsapp:hover,.dc-whatsapp:active {
    
    background: #fff;
    border: 1px solid ;
    border-color: #43d854;
}

.dc-linkedin {
    background: #0074A1;
     
}
 
.dc-linkedin:hover,.dc-linkedin:active {
   
    background: #fff;
    border: 1px solid ;
    border-color: #0074A1;

}

.dc-social {
    font-family: Helvetica;
    font-size:15px;
    margin-bottom: 10px;
    text-align: center;
}   

.dc-social >p{
text-align: left;
}  

.dc-social .dc-link {
    color: white!important;
    font-size: 15px;
    padding: 6px 10px;
    border-radius: 15px;
    margin-right: 15px;
    margin-top: 2px;
    cursor: pointer;
    display: inline-block;
}

.dc-social i{
    font-size: 1.6rem;
}

.dc-social p{
    margin-bottom: 8px;
}

@media screen and (min-width: 768px) {
    .dc-whatsapp {
        display: none!important;
    }
}

.compartir{
    margin-bottom: 2px;
    text-align: left;
    font-size: 1rem;
}




/*Galeria de imagenes*/

.imagenes_Chicas{

display: flex;
padding-bottom: 2px;
background: #f0f0f1;


}

.wp-block-image{
padding-right: 2px;
    
}

.wp-block-gallery .has-nested-images figure .wp-block-image img{
height: 90px;
}

.galeria a img {
    max-height:100%;
}

.galeria .chica a img{
    
    height:90px:
}

 .link-galeria{
    font-weight: 600;
    text-align: center;

 }

.camera .bi-images{

    height: 60px;
    position: absolute;
    top: 8px;
    left: 70px;
    width: 60px;
    opacity: .6;
    -ms-transition: all .3s ease;
    -moz-transition: arguemnts;
    -o-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    color: #fff;
    font-size: 3rem;

}


.accordion {
  background-color: #e2edf3;
  color: #19535f;
  cursor: pointer;
  padding: 5px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
  font-weight: 600;
}

/*acordeones */


.active, .accordion:hover {
  background-color: #ccc; 
  background-color: #c5d3dd;
}
.accordion:after {
  content: '\002B';
  color: #777;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.active :after .accordion:after {
  content: "\2212";
}

.panel {
  padding: 0 18px;
  display: none;
  background-color: white;
  overflow: hidden;
}

/* entradas en pestañas */

.pestana {
  margin: 0;
  padding: 0;
  width: 200px;
  background-color: #f1f1f1;
  position: fixed;
  height: 100%;
  overflow: auto;
}

.pestana a {
  display: block;
  color: black;
  padding: 16px;
  text-decoration: none;
}
 
.pestana a.active {
  background-color: #04AA6D;
  color: white;
}

.pestana a:hover:not(.active) {
  background-color: #555;
  color: white;
}

div.contenido-pestana {
  margin-left: 200px;
  padding: 1px 16px;
  height: 1000px;
}

@media screen and (max-width: 700px) {
  .pestana {
    width: 100%;
    height: auto;
    position: relative;
  }
  .pestana a {float: left;}
  div.contenido-pestana {margin-left: 0;}
}

@media screen and (max-width: 400px) {
  .pestana a {
    text-align: center;
    float: none;
  }
}


.page-numbers { font-size: 15px; }
.page-numbers.current { color: #222; }
.page-numbers .dots { letter-spacing: 1px }
a.page-numbers  { font-size: 14px; color: #3888ff; }






